body {
    background-color: rgb(255, 255, 255);
     
    font-size: 15px;
    line-height: 1;
    position: absolute;
     
}

.header {
    float:left;
    font-family: 'Bahnschrift', sans-serif;
    font-size: 15px;
    line-height: 1;
    border-bottom: 2px solid rgb(160, 157, 157);
    position:fixed;
    padding:10px;
    background-color: #ffffff;
    margin-top: -10px;
    margin-left:-10px;
    width:101%;
    z-index:3;
    box-shadow: 0px 2px 2px 0px rgba(63, 63, 63, 0.2);
    transition: 0.2s;

}



h1 {
    color: rgb(0,102,166);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 1.60rem;
}

h2{
    color: rgb(0,102,166);
    font-family: 'Bahnschrift', sans-serif;
    margin-bottom: 20px; 
    font-size: 1.5rem;
}

h3{
    color: rgb(0,169,155);
    font-family: 'Bahnschrift', sans-serif;
    font-size :1.35rem !important;
    margin-left: 30px;  
}

h4 {
    color: rgb(0,102,166);
     font-size: 1rem !important;
     margin-left: 35px;  
}

select {

    padding: 6px 12px;
    margin: 5px 3px 3px 3px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.15em;

}

select:invalid { color: gray; }

.logo {
    float:left ;
    cursor: pointer;;
    margin-right :10px;
}

#btnbase{
    cursor: pointer;

}

#btnbase:hover{
    border: 1px solid #ccc;
}


.overlay {
    float:left;
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(55, 59, 82);
    background-color: rgba(55,59,82, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    font-size:30px;
    color:rgb(202, 202, 243)
}

.overlay-content {
    position: relative;
    top: 17%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}


.overlay a {

    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
}


.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 15px;
    right: 45px;
    font-size: 60px;
}


.headervar{
    position:fixed;
    left:0px;
    top:0px;
    height:62px;
    width:100%;
    z-index: 100;
    background: white;
    display:none;
    border-bottom: 2px solid rgb(160, 157, 157);
    box-shadow: 0px 2px 2px 0px rgba(63, 63, 63, 0.2);
    transition: 0.2s;
}

.cadrevar {
    float:left;
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 61;
    left: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
    
    color:rgb(27, 27, 27)
}



@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


.bouton{
    background-color: #ddd;
    color: rgb(46, 45, 45);
    cursor: pointer;
    padding: 5px;
    padding-top:10px;
    width: 150px;
    border: 2px solid rgb(145, 145, 145);
    text-align: center;
    vertical-align: middle;
    outline: none;
    transition: 0.4s;
    border-radius: 5px;
    height: 60px;
    font-size:1.25em;
    height:20px ;
    float:left;
    display:none;

}

.bouton-froid{
    border:1px solid rgb(230,230,230); 
}
.bouton-chaud{

    border: 1px solid rgb(29, 90, 236);
    background-color: rgba(0,0,255,0.15);
    

}


.bouton:hover {background-color: rgb(29, 90, 236);}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 1px solid rgb(187, 187, 187);

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgb(187, 187, 187);
}

.dropdown-content a:hover {background-color: #ddd;}

#btnbase:hover .dropdown-content {display: block;}
#btnoptexport:hover .dropdown-content {display: block;}
#btnexport, #btnoptexport{
    transition:0.5s
}

#filetrd{
    display:none;
}

#filezip{
    display:none;
}

#filecsv{
    display:none;
}

#filexls{
    display:none;
}





.ImgBloc{
    position:relative;
    left:5px;
    top:2px;
    margin-right: 3px;
}

.TitreBloc{
    position:relative;
    top:2px;
    left:2px;
    width:98%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-bottom: 0px;
    margin-top: 5px;

}

.NomVarChoisie{
    cursor: pointer;
    position:relative;
    top:2px;
    left:2px;
    color:#444;
    padding-top: -1px;
    font-size: 1.20em;

}

.options{
    display:none;
    margin-top: 2px;
    margin-bottom: 2px;
    height:30px;
    padding-top: 7px;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 2s;
    width:100%;

}



.fermer, .cog{
    position: inline-block;
    cursor: pointer;
    float:right;
    top :11px;
    margin-right:10px;

}

.chkNR{
    border: 1px rgb(255, 255, 255);
    border-left: rgb(148, 91, 91);
    /*position: fixed;;*/
    left:75%;
}



.ChoixFichiersBase {
    background-color: rgb(255, 255, 255);
    float:left;
    margin-top : -20px;

}
.ChoixBase1 {
    border: 1px solid rgb(58, 65, 167);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(241, 241, 241, 0.486);
    margin-top:-10px;
    margin-left:2px;
    font-size:20px;
    color:rgb(58, 58, 85);
}

#BlocBase2, #BlocBase3 {
    display:none;

}

.ChoixBase3 {
    display:none;
    background-color: rgb(241, 241, 241);
    top : 60px;
    float: left;
}



.btnfonction{
   
    border-radius: 2px;
    float:left;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 4px;
    cursor: pointer;
    

}
 



.btnfonction:hover {
    border: 1px solid rgb(199, 192, 192);
    background-color: rgba(198, 209, 245, 0.884);
}

.txtbtn{
    position:relative;
    float: right;
    top: 12px;
    margin-left: 10px;
    margin-right: 15px;
   /* font-weight: bold;*/
    font-size: 1rem;

}

.txtbtn-bleu{
     color:rgb(0,102,166);
     text-shadow: 0px 1px 0px white;
}

.txtbtn-blanc{
    color:white ;
     
}


.ChoixVar  {
    display: none;
    border-radius: 5px;
    background-color: #ffffff;
    top : 150px;
    margin-left: initial;
    border-top : 1px solid rgb(212, 212, 212);
    margin-top: 5px;

}



#Pied {
    margin-top: 0px;
    line-height: 1;
    font-size: 0.75em;

}

.cadrepied{
    border: 1px solid rgb(245, 245, 245);
    background-color: rgb(252, 252, 252);
    border-radius: 5px;
    float:left;
    padding:3px;
    margin-left: 34px;
    margin-right: 5px;
    margin-top: 15px;
    cursor: pointer;
    height: 60px;
}

#progress_bar {

    top: 60px;
    position: relative;


    margin: 10px 0;
    padding: -30px;
    border: 1px solid rgb(92, 87, 87);
    font-size: 10px;
    clear: both;
    height: 10px;
    opacity: 0;
    transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
}

#progress_bar.loading {
    opacity: 1.0;
    display: block;
}
#progress_bar .percent {
    background-color: #959ea7;
    height: auto;
    width: 0;
}

.titretab{
    /*background: linear-gradient(to top, rgb(219, 222, 255) 0% , white 10%,white 90%, rgb(219, 222, 255) 100%);
    border: 1px solid rgb(209, 209, 209);
    border-radius: 10px; */
    font-family: 'Bahnschrift', sans-serif;
    font-size: 1.25em;
    padding-left: 0px;
    padding-bottom: 5px;
    border-bottom: 2px solid;
    padding-top: 0px;
    line-height: 1em;
    /*margin-bottom: 15px;*/
    min-width:1000px;
}

.piedtab{
    font-size: 0.80em;
    margin-left: 37px;
    padding-top: 2px;
    min-width: 1000px;
    line-height: 1;

}

.TabTri, .TabTitre {

    border-collapse: collapse;
    empty-cells: hide;
    margin-left:37px;
    margin-top: 10px;

}

.TabTri th {
 font-family: 'Bahnschrift', sans-serif;
}

.TabTri td, .TabTri th {
    border: 1px solid #ddd;
    padding-top: 2px;
    padding-bottom: 2px;
   

}


 

.TabTri tr:nth-child(odd){background-color: #f2f2f2;}

.TabTri tr:hover {background-color: #ddd;}

.TabTri th {
    padding-top: 12px;
    padding-bottom: 6px;
    text-align: left;
    background-color: #4b82a2;
    /*background-color:#3b8dbd;*/
    color: white;
    padding-left: 6px;
}

.TabTitre td, .TabTitre th {
    border : none;
    padding-top: 2px;
    padding-bottom: 2px;

}

.TabTitre tr:nth-child(odd){background-color: #f2f2f2;}

/*.TabTitre tr:hover {background-color: #ddd;}*/

.TabTitre th {
    padding-top: 12px;
    padding-bottom: 6px;
    text-align: left;
    background-color:rgb(103 148 189);
    color: white;
    padding-left: 6px;
}


.TabTitre td:nth-child(1) {
    /*background-color:rgb(103 148 189);*/
    color: rgb(66, 66, 66);
    padding-left: 6px;
    width:240px;
}

/* Affichage de la première colonne */

#TabTCR td:nth-child(1) {
    background-color:#4b82a2;;
    color: white;
    /*background-color: #3b8dbd09;
    color: #3b8dbd;*/
    font-weight: 600;

    padding-left: 6px;
}

#TabTCR th {
    height:50px;
    max-width: 200px;
    width:200px;
    padding-top: 0px;
}

#TabTCR th:nth-child(1)  {
    height:130px;
    max-width:300px;
    width:300px;
     
}

.btnTCR {

    width: 25px;
    height: 25px;
    display: grid;
    align-content: space-around;

}


#TabTAP td:nth-child(0n+4) {
    width: 500px;
}

#TabTCR tr {background-color: rgba(255, 255, 255,0);}

#TabTAP td {
    padding-left: 5px;
}

#TabTAP td:nth-child(1) {
    width:70px;
    text-align: left;
}

#TabTAP td:nth-child(0n+2) {
    width:400px;
}

.TabTri tr:last-child {

    background-color:  rgb(243, 243, 243);
    border-bottom: #444;
}

#TabBDD {
    margin-left: 5px;
}

.TabTitre th {

    padding-top: 12px;
    padding-bottom: 6px;
    text-align: left;
    background-color:white;
    color: rgb(103 148 189);
    padding-left: 6px;


}


.fondcase{

    display:inline-table;
    width: 100%;
    height: 100%;
    position:relative;
    text-align: center;


}



.effectifs{
    display: inline-table;
    margin-top: 6px;
    margin-bottom: 6px;
    padding:6px;
    width: 100%;
    height: 30px;
    position: relative;
    text-align: center;
    vertical-align: bottom;

    /* font-size: 1.25em;
    font-display: bold;
    /*linear-gradient(to bottom, white 0%, rgb(100,240,100) 45%, white 46%);*/
    /*linear-gradient(to top, white 0%, rgb(240,100,100) 45%, white 46%);*/
}


.NvMod{
    display:none;
    float:left;
    width:98%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px 20px 12px;
    font-size: 1.05em;
}

.TxtModif{
    display:none;
    float:left;
    width:98%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 2px 2px;
    font-size: 1.05em;
}

.pcttot{

    display:inline-table;
    float:left;
    width:49%;

    position: relative;
    font-size: 0.85em;
    text-align:left;

}

.pctlig{
    display:inline-table;
    position: relative;
    float:right;
    width:49%;
    font-size: 0.85em;
    text-align:right;


}

.pctcol{


    float:left;
    top:0%;
    width:49%;
    position: relative;
    font-size: 0.85em;
    text-align:left;

}

.pem{

    display:inline-table;
    float:right;
    width:49%;
    position: relative;
    font-size: 0.85em;
    text-align:right;


}


.pem .fadeout {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}


.btnclosecase{
    font-size: 0.5em;
    float: right;
    margin-right: 3px;
    margin-top: -18px;
    height:20px;
    width: 20px;

}


.picthb{
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

.pictchrch{
    background-image: #fff url("Images/search.png") no-repeat  right 0.75rem; 

}

.pictcog{
    background-image: #fff url("Images/cog.png") no-repeat; /* right 0.75rem center/8px 10px; */

}

.lblrgl{
    margin-left: 15px;
    margin-top: 5px;
    font-size: 1em;
}

.txtrgl{
    margin-left: 15px;
    margin-top: 10px;
    font-size: 1.25em;
}

#TabEXP {
    width: 1200px;;
}


#TabEXP th  {
    padding-top: 12px;
    padding-bottom: 6px;
    text-align: left;
    background-color:rgb(255 255 255);
    color: rgb(7, 7, 7);
    padding-left: 6px;
    height: 50px;
}

.livar {

    padding-top: 2px;
    padding-bottom: 2px;

    font-size: 1.08em;

    margin-bottom: 0px;
    width:90%;
    float:left;
}


.livar.rg0 {
    color: rgba(64, 89, 170, 1) ;
    border-bottom: rgba(64, 89, 170, 0.685) 3px solid ;
}

.livar.rg1 {
    color:rgba(5, 99, 10, 0.685);
    border-bottom: rgba(32, 160, 60, 0.685) 3px solid ;
}

.livar.rg2 {
    color: rgb(236, 105, 54) 3px solid ;
    border-bottom: rgba(255, 166, 83, 0.918) 3px solid ;
}

.livar.rg3 {
    color:rgba(167, 62, 114, 0.685);
    border-bottom: rgba(148, 67, 111, 0.685) 3px solid ;
}

.livar.rg4 {
    color: rgba(64, 89, 170, 1) 3px solid ;
    border-bottom: rgba(64, 89, 170, 0.685) 3px solid ;
}

.livar.rg5 {
    color:rgba(5, 99, 10, 0.685);
    border-bottom: rgba(32, 160, 60, 0.685) 3px solid ;
}



.rg0 {
    margin-left: 45px;
    float: left;
     
}

.rg1 {
    margin-left: 85px;
    float: left;
     
}

.rg2 {
    margin-left: 125px;
    float:left;
     
}


.rg3 {
    margin-left: 165px;
    float:left;
     
}


.rg4 {
    margin-left: 205px;
    float:left;
     
}


.rg5 {
    margin-left: 245px;
    float:left;
    
}


.rg6 {
    margin-left: 285px;
    float:left;
     
}
 


.cube {
    float: left;
    position: absolute;
    width:2.5%;
    height:20px;
    border-bottom: 1px dotted rgb(90, 90, 90);
    border-left: 1px dotted rgb(90, 90, 90);
}

.PrctExp{
    background-color: rgb(103, 148, 189);
    box-shadow: 2px 2px 2px 1px rgb(241, 241, 241);
    border: 1px solid rgb(255, 255, 255);
    margin-bottom: 2px;
    font-size: 00.80em;
    height: 20px;
    cursor: pointer;
}

.PrctExp:hover{
    transition: 0.3s;
   box-shadow: 5px 5px 3px rgb(194, 191, 191);
   border:0px;
}



.PrctExp.rg0{
    background-color: rgb(101, 158, 211);
}
.PrctExp.rg1{
    background-color: rgba(103, 189, 124, 0.829);
}

.PrctExp.rg2{
    background-color: rgba(255, 166, 83, 0.918);
}

.PrctExp.rg3{
    background-color:rgba(148, 67, 111, 0.685)
}

#TxtChercher {
    background-image: url('https://www.w3schools.com/css/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.Prct{
    background-color: rgb(103, 148, 189, 0.5);
    box-shadow: 2px 2px 2px 1px rgb(241, 241, 241);
    border: 1px solid rgb(255, 255, 255);
    padding-left: 3px;
}


.onglet {
    float: left;
    width: 150px;
    border: 1px solid rgba(176, 153, 153, 0.49);
    text-align: center;
    padding-top: 3px;
    border-radius: 3px 3px 0px 0px;
    cursor: pointer;
}

.actif {
    background-color: rgba(28, 99, 164, 0.18);
    color: rgb(28, 99, 164);
    margin-top: -2px;
}

:root {

    --pct:0%;
    --hpem:20%;
    --coulpemp:rgba(11, 93, 168, 0.25);
}

@keyframes elarg{from {width: 0%;} to {width: --pct;}}
@keyframes voiropt{from {height: 15px;} to {height: 26px;}}

@keyframes PemPos{


    0% {
        /*background: linear-gradient(to bottom, white 0%,  white  50%, --coulpemp 50%,white 50%);*/
        background: linear-gradient(to bottom, white 0%,  white  50%  , rgba(11, 93, 168, 0.25)  50%   ,white 50%);
    }
    100% {

        background: linear-gradient(to bottom, white 0%,  white  --hpem  , rgba(11, 93, 168, 0.25)  --hpem   ,white 50%);

    }
}

.imgbtn {
    height:31px;
    width:31px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    
}

.imgbtn-sm {
    height:20px;
    width:20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    
}

.imgbtn-xs {
    height:12px;
    width:12px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    
}

.imgplus {
     background-image: url("plus.png");
}


.imgminus {
     background-image: url("minus.png");
}

.imgcopy {
    background-image: url("copy.png");
}

.imgpaste {
    background-image: url("paste.png");
}

.imgclose {
    background-image: url("close.png");
    height:38px;
    width:38px;
}

.imgcog {
    background-image: url("cog.png");
    height:38px;
    width:38px;
}

.imgfltr {
    background-image: url("filtre-ico.png");
}

.imgpen {
    background-image: url("pen.svg");
}


.bi-caret-up-fill {
    background-image: url("caret-up-fill.svg");
    height:12px !important;
    width:12px!important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.imgtrash {
    background-image: url("trash.png");
}

.imgleft {
    background-image: url("left.png");
}
 
.imgright {
    background-image: url("right.png");
}

.imgup {
    background-image: url("up.png");
}
 
.imgdown {
    background-image: url("down.png");
}

.imginterv {
    background-image: url("interv.png");
}

.imggrph {
    background-image: url("grph.png");
}

.imgmagnet {
    background-image: url("magnet.png");
    height:38px;
    width:38px;
}

.imghaut {
    background-image: url("haut.png");
}

.imgbas {
    background-image: url("bas.png");
}

.process {
    float:left;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    overflow-x: hidden;
    transition: 0.25s;

}

.lblspin {
    float:left;
    Top: 55%;
    Left: 43%;
    position: fixed;
    color:#444
    

}

@keyframes spinner {
    0% {
      transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
      transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
  }
.spin::before {
    animation: 0.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #1c87c9;
    border-radius: 50%;
    content: "";
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}

.col-id {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 1rem;
}

 .casevar:hover{
     transition: 0.5s;
    box-shadow: 5px 5px 3px rgb(175, 182, 218);
 }


.tabrec{
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
     
    padding: 2px;
    width:150px;
    height:65px;
    margin:2px;
    cursor: pointer;
     

 
}

.tabrec:hover{
    
    border: 2px solid #80bdff;
    box-shadow: 0 0 0.2rem 0.2rem rgba(0,123,255, 0.25);
}


.libre{
    background-color: rgba(255, 255, 255, 0.7);
}

.modcur{
    background-color: rgba(71, 74, 236, 0.459);
    border: 2px solid rgb(88, 111, 211);
}


.modrec1{
    background-color: rgba(89, 131, 245, 0.3);
}

.modrec2{
    background-color: rgba(89, 131, 245, 0.4);
}

.modrec3{
    background-color: rgba(89, 131, 245, 0.5);
}

.modrec4{
    background-color: rgba(89, 245, 224, 0.3);
}

.modrec5{
    background-color: rgba(89, 245, 224, 0.4);
}

.modrec6{
    background-color: rgba(89, 245, 224, 0.5);
}

.okcalc{
    border: 2px solid rgb(8, 133, 81);
    box-shadow: 0 0 0.15rem 0.15rem rgba(20, 252, 155, 0.445);

}

.nocalc{
    border: 2px solid #ff0000;
    box-shadow: 0 0 0.15rem 0.15rem rgba(192, 9, 9, 0.582);

}

.greyed {

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
         filter: grayscale(100%); 
         opacity: 0.4;
         pointer-events:none;

}

.chkexp {
    
        /* margin-right: 10px; */
        margin-left: -17px;
        float: left;
        margin-top: 7px;
    
}

.flchbout:hover{
    opacity: 1

}

 .pagetuto{
     
        width: 70em;
        margin: 4em auto;
        box-shadow: 0px 0px 16px #5b5b5b;
        border-radius: 0.2em;
        padding: 5em;
        background-color: #fff;
     
 }

 .prgrph {

    padding-top: 30px;
    margin-left:28%;
    width:45%;
    text-align: justify;
    font-size: 1.1rem;
     

 }

 .plan {

    position:fixed;
    left:0;
    width: 27%;
    top:100px;

 }
 
 

.accordion {
  background-color: rgb(255, 255, 255);
  color: rgb(0,102,166);
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: rgb(0,102,166);
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }


.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top:10px;
    margin-bottom: 25px;
  }
 

  .menudrlnt {
    margin-top:8px;
    z-index:100;
  }

  .varsel{
    background-color: rgb(240,240,250) !important;
    z-index:100;
    box-shadow : 5px 5px 3px rgb(175, 182, 218);
  }

  .video{
      width:100%;
      border: 2px solid rgb(0,102,166);
      margin-top: 10px;
     margin-bottom: 20px;
  }

  .vignette{

    width:33%;
    border: 2px solid rgb(0,102,166);
    float:right;
    margin-bottom: 20px;
    margin-left: 30px;
  }

  .attention {
    color:rgb(206, 39, 39);
    font-size: 0.90rem;
    padding-left:30px;
  }

  .magnet{
    position:absolute;
    float:left;
    height: 100%;
    width:5px;
    background-color: #9393930a;
    margin-top: -0.5rem;
    margin-left:-1rem;
    color: #0066ff36;

  }

  .panneauAF{
    border: 0 0 0 2px solid rgba(80, 80, 80, 0.979);
    background-color: #9393930a;
    margin-top: -0.5rem;
    margin-left:-1rem;
    color: #0066ff36;

  }

  .chkvar{
    float: left;
    margin-left:2px;
    margin-right: 5px;
    margin-top: -4px;
    z-index:1;

  }

  .lgvar{
      z-index: 1000;

  }

 .chkvaraf{
     margin-left: 2px;
      
     margin-bottom: 10px;
     border-top: 1px solid rgb(230,230,230);
 }

 .lngmodaf{
    margin-top: -3px;
    margin-left: 18px;
}

.barrepctaf{
position: absolute;
top: 5px;
height: 20px;
left: 20px;
z-index: -1;
opacity: 0.5;
}


/*
.fscreen{

position:absolute !important;
top: 0px !important;
left: 0 px !important;
z-index: 100 !important;
width:auto !important;
height: auto !important;



}
*/

.fullscreen:-webkit-full-screen {
    width: auto !important;
    height: auto !important;
    margin:auto !important;
}

.fullscreen:-moz-full-screen {
    width: auto !important;
    height: auto !important;
    margin:auto !important;
}
   .fullscreen:-ms-fullscreen {
    width: auto !important;
    height: auto !important;
    margin:auto !important;
}   

.txtopt{
    padding-top: 5px !important;
}


